home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Se divertir / MediaPortal / Setup.msi / _89D652C6F4C5CB6EFB7B225B3B3ACD05 / _CF8BF4A10D3E4188B54FF0AACAB2395A < prev    next >
Text File  |  2005-10-15  |  982b  |  32 lines

  1. When trying the create a grabber.xml file.
  2.  
  3. 1. First read the comments in the commented.xml file.
  4.    This can be read easly in a web browser (IE, firefox, etc).
  5.  
  6. 2. A web browser can be used to check that there are no errors in your new grabber.xml file.
  7.    They will parse the file and display any errors.
  8.  
  9. Debugging:
  10.  
  11. 1. Check xml file with a browser
  12.  
  13. 2. Remove all spaces from template section. 
  14.    (use either one line or tabs to make formating more readable)
  15.  
  16. 3. Check the log file
  17.  
  18. 4. Try to load the URL in the log file. Make sure page loads correctly.
  19.  
  20. 5. Re-check the page HTML source and check the listing format
  21.  
  22.  
  23. Some problems my be caused by special characters. These can be replaced with codes.
  24.  
  25. A few web sites that contain a list of these codes (in no order):
  26.  
  27. http://www.tedmontgomery.com/tutorial/HTMLchrc.html
  28. http://www.w3.org/MarkUp/html-spec/html-spec_13.html
  29. http://webmonkey.wired.com/webmonkey/reference/special_characters/
  30.  
  31.  
  32.